Html Css Color HEX #7B95BD Wild Blue Yonder

📋 copy color: '#7B95BD'

red 123 ◦ green 149 ◦ blue 189

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

Shades of Wild Blue Yonder #7B95BD

Tints of Wild Blue Yonder #7B95BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 26.68%
G = 32.32%
B = 41%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B95BD (or 0x7B95BD) is known color: Wild Blue Yonder. HEX triplet: 7B, 95 and BD. RGB value is (123,149,189). Sum of RGB (Red+Green+Blue) = 123+149+189=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B95BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95BD is #846A42. Grayscale: #919191. Windows color (decimal): -8677955 or 12424571. OLE color: 12424571.

HSL color Cylindrical-coordinate representation of color #7B95BD: hue angle of 216.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B95BD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 149 189 -
CMYK 0.35 0.21 0 0.26
HSL 216.36º 0.33% 0.61% -
HSV(B) 216.36º 0.35% 0.74% -
XYZ 28.1 29.38 52.33 -
YUV 145.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 123 149 189 0.35 0.21 0 0.26 216.36 0.33 0.61
Hex 7B 95 BD 23 15 0 1A D8 21 3D
Octal 173 225 275 43 25 0 32 330 41 75
Binary 1111011 10010101 10111101 100011 10101 0 11010 11011000 100001 111101

Color Harmonies of #7B95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B95BD

Black with #7B95BD

Text Example


Text Example

White with #7B95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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