Html Css Color HEX #7D7FAF Wild Blue Yonder

📋 copy color: '#7D7FAF'

red 125 ◦ green 127 ◦ blue 175

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

Shades of Wild Blue Yonder #7D7FAF

Tints of Wild Blue Yonder #7D7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 175 (68.75% from 255) = 40.98%

R = 29.27%
G = 29.74%
B = 40.98%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D7FAF (or 0x7D7FAF) is known color: Wild Blue Yonder. HEX triplet: 7D, 7F and AF. RGB value is (125,127,175). Sum of RGB (Red+Green+Blue) = 125+127+175=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7FAF is #828050. Grayscale: #838383. Windows color (decimal): -8552529 or 11501437. OLE color: 11501437.

HSL color Cylindrical-coordinate representation of color #7D7FAF: hue angle of 237.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7FAF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 127 175 -
CMYK 0.29 0.27 0 0.31
HSL 237.6º 0.24% 0.59% -
HSV(B) 237.6º 0.29% 0.69% -
XYZ 23.78 22.63 43.67 -
YUV 131.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 125 127 175 0.29 0.27 0 0.31 237.6 0.24 0.59
Hex 7D 7F AF 1D 1B 0 1F EE 18 3B
Octal 175 177 257 35 33 0 37 356 30 73
Binary 1111101 1111111 10101111 11101 11011 0 11111 11101110 11000 111011

Color Harmonies of #7D7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FAF

Black with #7D7FAF

Text Example


Text Example

White with #7D7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,175); }

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

background-color css

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

 a { background-color: rgb(125,127,175); }

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

border-color css

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

 span { border-color: rgb(125,127,175); }

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