Html Css Color HEX #7F84BE Wild Blue Yonder

📋 copy color: '#7F84BE'

red 127 ◦ green 132 ◦ blue 190

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

Shades of Wild Blue Yonder #7F84BE

Tints of Wild Blue Yonder #7F84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 28.29%
G = 29.4%
B = 42.32%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F84BE (or 0x7F84BE) is known color: Wild Blue Yonder. HEX triplet: 7F, 84 and BE. RGB value is (127,132,190). Sum of RGB (Red+Green+Blue) = 127+132+190=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84BE is #807B41. Grayscale: #888888. Windows color (decimal): -8420162 or 12485759. OLE color: 12485759.

HSL color Cylindrical-coordinate representation of color #7F84BE: hue angle of 235.24º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F84BE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 132 190 -
CMYK 0.33 0.31 0 0.25
HSL 235.24º 0.33% 0.62% -
HSV(B) 235.24º 0.33% 0.75% -
XYZ 26.3 24.73 52.1 -
YUV 137.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 127 132 190 0.33 0.31 0 0.25 235.24 0.33 0.62
Hex 7F 84 BE 21 1F 0 19 EB 21 3E
Octal 177 204 276 41 37 0 31 353 41 76
Binary 1111111 10000100 10111110 100001 11111 0 11001 11101011 100001 111110

Color Harmonies of #7F84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F84BE

Black with #7F84BE

Text Example


Text Example

White with #7F84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,132,190); }

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

background-color css

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

 a { background-color: rgb(127,132,190); }

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

border-color css

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

 span { border-color: rgb(127,132,190); }

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