Html Css Color HEX #7B96EE Cornflower Blue

📋 copy color: '#7B96EE'

red 123 ◦ green 150 ◦ blue 238

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

Shades of Cornflower Blue #7B96EE

Tints of Cornflower Blue #7B96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 24.07%
G = 29.35%
B = 46.58%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B96EE (or 0x7B96EE) is known color: Cornflower Blue. HEX triplet: 7B, 96 and EE. RGB value is (123,150,238). Sum of RGB (Red+Green+Blue) = 123+150+238=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B96EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96EE is #846911. Grayscale: #979797. Windows color (decimal): -8677650 or 15636091. OLE color: 15636091.

HSL color Cylindrical-coordinate representation of color #7B96EE: hue angle of 225.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B96EE is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 150 238 -
CMYK 0.48 0.37 0 0.07
HSL 225.91º 0.77% 0.71% -
HSV(B) 225.91º 0.48% 0.93% -
XYZ 34.51 32.2 85.28 -
YUV 151.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 123 150 238 0.48 0.37 0 0.07 225.91 0.77 0.71
Hex 7B 96 EE 30 25 0 7 E2 4D 47
Octal 173 226 356 60 45 0 7 342 115 107
Binary 1111011 10010110 11101110 110000 100101 0 111 11100010 1001101 1000111

Color Harmonies of #7B96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96EE

Black with #7B96EE

Text Example


Text Example

White with #7B96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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