Html Css Color HEX #7B94C9 Wild Blue Yonder

📋 copy color: '#7B94C9'

red 123 ◦ green 148 ◦ blue 201

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

Shades of Wild Blue Yonder #7B94C9

Tints of Wild Blue Yonder #7B94C9

RGB

 RED value IS 123 (48.44% from 255) = 26.06%

 GREEN value IS 148 (58.2% from 255) = 31.36%

 BLUE value IS 201 (78.91% from 255) = 42.58%

R = 26.06%
G = 31.36%
B = 42.58%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7B94C9 (or 0x7B94C9) is known color: Wild Blue Yonder. HEX triplet: 7B, 94 and C9. RGB value is (123,148,201). Sum of RGB (Red+Green+Blue) = 123+148+201=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B94C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B94C9 is #846B36. Grayscale: #929292. Windows color (decimal): -8678199 or 13210747. OLE color: 13210747.

HSL color Cylindrical-coordinate representation of color #7B94C9: hue angle of 220.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B94C9 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 148 201 -
CMYK 0.39 0.26 0 0.21
HSL 220.77º 0.42% 0.64% -
HSV(B) 220.77º 0.39% 0.79% -
XYZ 29.3 29.61 59.43 -
YUV 146.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 123 148 201 0.39 0.26 0 0.21 220.77 0.42 0.64
Hex 7B 94 C9 27 1A 0 15 DD 2A 40
Octal 173 224 311 47 32 0 25 335 52 100
Binary 1111011 10010100 11001001 100111 11010 0 10101 11011101 101010 1000000

Color Harmonies of #7B94C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B94C9

Black with #7B94C9

Text Example


Text Example

White with #7B94C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,201); }

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

background-color css

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

 a { background-color: rgb(123,148,201); }

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

border-color css

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

 span { border-color: rgb(123,148,201); }

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