Html Css Color HEX #7F93BC Wild Blue Yonder

📋 copy color: '#7F93BC'

red 127 ◦ green 147 ◦ blue 188

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

Shades of Wild Blue Yonder #7F93BC

Tints of Wild Blue Yonder #7F93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 27.49%
G = 31.82%
B = 40.69%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F93BC (or 0x7F93BC) is known color: Wild Blue Yonder. HEX triplet: 7F, 93 and BC. RGB value is (127,147,188). Sum of RGB (Red+Green+Blue) = 127+147+188=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F93BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93BC is #806C43. Grayscale: #919191. Windows color (decimal): -8416324 or 12358527. OLE color: 12358527.

HSL color Cylindrical-coordinate representation of color #7F93BC: hue angle of 220.33º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F93BC is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 147 188 -
CMYK 0.32 0.22 0 0.26
HSL 220.33º 0.31% 0.62% -
HSV(B) 220.33º 0.32% 0.74% -
XYZ 28.26 29.01 51.69 -
YUV 145.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 127 147 188 0.32 0.22 0 0.26 220.33 0.31 0.62
Hex 7F 93 BC 20 16 0 1A DC 1F 3E
Octal 177 223 274 40 26 0 32 334 37 76
Binary 1111111 10010011 10111100 100000 10110 0 11010 11011100 11111 111110

Color Harmonies of #7F93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F93BC

Black with #7F93BC

Text Example


Text Example

White with #7F93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,147,188); }

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

background-color css

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

 a { background-color: rgb(127,147,188); }

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

border-color css

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

 span { border-color: rgb(127,147,188); }

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