Html Css Color HEX #7F7EAC Wild Blue Yonder

📋 copy color: '#7F7EAC'

red 127 ◦ green 126 ◦ blue 172

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

Shades of Wild Blue Yonder #7F7EAC

Tints of Wild Blue Yonder #7F7EAC

RGB

 RED value IS 127 (50% from 255) = 29.88%

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 172 (67.58% from 255) = 40.47%

R = 29.88%
G = 29.65%
B = 40.47%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F7EAC (or 0x7F7EAC) is known color: Wild Blue Yonder. HEX triplet: 7F, 7E and AC. RGB value is (127,126,172). Sum of RGB (Red+Green+Blue) = 127+126+172=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7EAC is #808153. Grayscale: #838383. Windows color (decimal): -8421716 or 11304575. OLE color: 11304575.

HSL color Cylindrical-coordinate representation of color #7F7EAC: hue angle of 241.3º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F7EAC is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 126 172 -
CMYK 0.26 0.27 0 0.33
HSL 241.3º 0.22% 0.58% -
HSV(B) 241.3º 0.27% 0.67% -
XYZ 23.66 22.41 42.11 -
YUV 131.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 127 126 172 0.26 0.27 0 0.33 241.3 0.22 0.58
Hex 7F 7E AC 1A 1B 0 21 F1 16 3A
Octal 177 176 254 32 33 0 41 361 26 72
Binary 1111111 1111110 10101100 11010 11011 0 100001 11110001 10110 111010

Color Harmonies of #7F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7EAC

Black with #7F7EAC

Text Example


Text Example

White with #7F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,126,172); }

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

background-color css

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

 a { background-color: rgb(127,126,172); }

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

border-color css

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

 span { border-color: rgb(127,126,172); }

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