Html Css Color HEX #7B96CA Wild Blue Yonder

📋 copy color: '#7B96CA'

red 123 ◦ green 150 ◦ blue 202

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

Shades of Wild Blue Yonder #7B96CA

Tints of Wild Blue Yonder #7B96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.58%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 25.89%
G = 31.58%
B = 42.53%

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

#7B96CA (or 0x7B96CA) is known color: Wild Blue Yonder. HEX triplet: 7B, 96 and CA. RGB value is (123,150,202). Sum of RGB (Red+Green+Blue) = 123+150+202=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96CA is #846935. Grayscale: #939393. Windows color (decimal): -8677686 or 13276795. OLE color: 13276795.

HSL color Cylindrical-coordinate representation of color #7B96CA: hue angle of 219.49º degrees, saturation: 0.43, 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 #7B96CA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 150 202 -
CMYK 0.39 0.26 0 0.21
HSL 219.49º 0.43% 0.64% -
HSV(B) 219.49º 0.39% 0.79% -
XYZ 29.74 30.29 60.16 -
YUV 147.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 123 150 202 0.39 0.26 0 0.21 219.49 0.43 0.64
Hex 7B 96 CA 27 1A 0 15 DB 2B 40
Octal 173 226 312 47 32 0 25 333 53 100
Binary 1111011 10010110 11001010 100111 11010 0 10101 11011011 101011 1000000

Color Harmonies of #7B96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96CA

Black with #7B96CA

Text Example


Text Example

White with #7B96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,150,202); }

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

background-color css

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

 a { background-color: rgb(123,150,202); }

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

border-color css

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

 span { border-color: rgb(123,150,202); }

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