Html Css Color HEX #7D8FC1 Wild Blue Yonder

📋 copy color: '#7D8FC1'

red 125 ◦ green 143 ◦ blue 193

#7D8FC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7D8FC1

Tints of Wild Blue Yonder #7D8FC1

RGB

 RED value IS 125 (49.22% from 255) = 27.11%

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 27.11%
G = 31.02%
B = 41.87%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D8FC1 (or 0x7D8FC1) is known color: Wild Blue Yonder. HEX triplet: 7D, 8F and C1. RGB value is (125,143,193). Sum of RGB (Red+Green+Blue) = 125+143+193=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D8FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FC1 is #82703E. Grayscale: #8F8F8F. Windows color (decimal): -8548415 or 12685181. OLE color: 12685181.

HSL color Cylindrical-coordinate representation of color #7D8FC1: hue angle of 224.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D8FC1 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 143 193 -
CMYK 0.35 0.26 0 0.24
HSL 224.12º 0.35% 0.62% -
HSV(B) 224.12º 0.35% 0.76% -
XYZ 27.91 27.86 54.36 -
YUV 143.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 125 143 193 0.35 0.26 0 0.24 224.12 0.35 0.62
Hex 7D 8F C1 23 1A 0 18 E0 23 3E
Octal 175 217 301 43 32 0 30 340 43 76
Binary 1111101 10001111 11000001 100011 11010 0 11000 11100000 100011 111110

Color Harmonies of #7D8FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FC1

Black with #7D8FC1

Text Example


Text Example

White with #7D8FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D8FC1; }

 p { color: rgb(125,143,193); }

 H1.HeaderClassName
 {
   color: #7D8FC1;
 }
 .AnyTagClassName
 {
   color: #7D8FC1;
 }
</style>

background-color css

<style>
 a { background-color: #7D8FC1; }

 a { background-color: rgb(125,143,193); }

 div.DivClassName
 {
   background-color: #7D8FC1;
 }
 .BgClassName
 {
   background-color: #7D8FC1;
 }
</style>

border-color css

<style>
 span { border-color: #7D8FC1; }

 span { border-color: rgb(125,143,193); }

 td.TdClassName
 {
   border-color: #7D8FC1;
 }
 .TagClassName
 {
   border-color: #7D8FC1;
 }
</style>