Html Css Color HEX #7F8BBE Wild Blue Yonder

📋 copy color: '#7F8BBE'

red 127 ◦ green 139 ◦ blue 190

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

Shades of Wild Blue Yonder #7F8BBE

Tints of Wild Blue Yonder #7F8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

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

R = 27.85%
G = 30.48%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F8BBE (or 0x7F8BBE) is known color: Wild Blue Yonder. HEX triplet: 7F, 8B and BE. RGB value is (127,139,190). Sum of RGB (Red+Green+Blue) = 127+139+190=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BBE is #807441. Grayscale: #8D8D8D. Windows color (decimal): -8418370 or 12487551. OLE color: 12487551.

HSL color Cylindrical-coordinate representation of color #7F8BBE: hue angle of 228.57º 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 #7F8BBE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 139 190 -
CMYK 0.33 0.27 0 0.25
HSL 228.57º 0.33% 0.62% -
HSV(B) 228.57º 0.33% 0.75% -
XYZ 27.28 26.69 52.43 -
YUV 141.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 127 139 190 0.33 0.27 0 0.25 228.57 0.33 0.62
Hex 7F 8B BE 21 1B 0 19 E5 21 3E
Octal 177 213 276 41 33 0 31 345 41 76
Binary 1111111 10001011 10111110 100001 11011 0 11001 11100101 100001 111110

Color Harmonies of #7F8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8BBE

Black with #7F8BBE

Text Example


Text Example

White with #7F8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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