Html Css Color HEX #7B95C8 Wild Blue Yonder

📋 copy color: '#7B95C8'

red 123 ◦ green 149 ◦ blue 200

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

Shades of Wild Blue Yonder #7B95C8

Tints of Wild Blue Yonder #7B95C8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 200 (78.52% from 255) = 42.37%

R = 26.06%
G = 31.57%
B = 42.37%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7B95C8 (or 0x7B95C8) is known color: Wild Blue Yonder. HEX triplet: 7B, 95 and C8. RGB value is (123,149,200). Sum of RGB (Red+Green+Blue) = 123+149+200=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #7B95C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95C8 is #846A37. Grayscale: #929292. Windows color (decimal): -8677944 or 13145467. OLE color: 13145467.

HSL color Cylindrical-coordinate representation of color #7B95C8: hue angle of 219.74º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B95C8 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 123 149 200 -
CMYK 0.38 0.26 0 0.22
HSL 219.74º 0.41% 0.63% -
HSV(B) 219.74º 0.39% 0.78% -
XYZ 29.34 29.88 58.86 -
YUV 147.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 123 149 200 0.38 0.26 0 0.22 219.74 0.41 0.63
Hex 7B 95 C8 26 1A 0 16 DC 29 3F
Octal 173 225 310 46 32 0 26 334 51 77
Binary 1111011 10010101 11001000 100110 11010 0 10110 11011100 101001 111111

Color Harmonies of #7B95C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B95C8

Black with #7B95C8

Text Example


Text Example

White with #7B95C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,149,200); }

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

background-color css

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

 a { background-color: rgb(123,149,200); }

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

border-color css

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

 span { border-color: rgb(123,149,200); }

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