Html Css Color HEX #7A8BEF Cornflower Blue

📋 copy color: '#7A8BEF'

red 122 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #7A8BEF

Tints of Cornflower Blue #7A8BEF

RGB

 RED value IS 122 (48.05% from 255) = 24.4%

 GREEN value IS 139 (54.69% from 255) = 27.8%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 24.4%
G = 27.8%
B = 47.8%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7A8BEF (or 0x7A8BEF) is known color: Cornflower Blue. HEX triplet: 7A, 8B and EF. RGB value is (122,139,239). Sum of RGB (Red+Green+Blue) = 122+139+239=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A8BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BEF is #857410. Grayscale: #909090. Windows color (decimal): -8746001 or 15698810. OLE color: 15698810.

HSL color Cylindrical-coordinate representation of color #7A8BEF: hue angle of 231.28º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8BEF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 139 239 -
CMYK 0.49 0.42 0 0.06
HSL 231.28º 0.79% 0.71% -
HSV(B) 231.28º 0.49% 0.94% -
XYZ 32.84 28.83 85.5 -
YUV 145.32 180.87 111.37 -
System Red Green Blue C M Y K H S L
Decimal 122 139 239 0.49 0.42 0 0.06 231.28 0.79 0.71
Hex 7A 8B EF 31 2A 0 6 E7 4F 47
Octal 172 213 357 61 52 0 6 347 117 107
Binary 1111010 10001011 11101111 110001 101010 0 110 11100111 1001111 1000111

Color Harmonies of #7A8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8BEF

Black with #7A8BEF

Text Example


Text Example

White with #7A8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,139,239); }

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

background-color css

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

 a { background-color: rgb(122,139,239); }

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

border-color css

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

 span { border-color: rgb(122,139,239); }

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