Html Css Color HEX #7A8BFB Cornflower Blue

📋 copy color: '#7A8BFB'

red 122 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #7A8BFB

Tints of Cornflower Blue #7A8BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 23.83%
G = 27.15%
B = 49.02%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A8BFB (or 0x7A8BFB) is known color: Cornflower Blue. HEX triplet: 7A, 8B and FB. RGB value is (122,139,251). Sum of RGB (Red+Green+Blue) = 122+139+251=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A8BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BFB is #857404. Grayscale: #929292. Windows color (decimal): -8745989 or 16485242. OLE color: 16485242.

HSL color Cylindrical-coordinate representation of color #7A8BFB: hue angle of 232.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8BFB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 139 251 -
CMYK 0.51 0.45 0 0.02
HSL 232.09º 0.94% 0.73% -
HSV(B) 232.09º 0.51% 0.98% -
XYZ 34.67 29.57 95.15 -
YUV 146.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 122 139 251 0.51 0.45 0 0.02 232.09 0.94 0.73
Hex 7A 8B FB 33 2D 0 2 E8 5E 49
Octal 172 213 373 63 55 0 2 350 136 111
Binary 1111010 10001011 11111011 110011 101101 0 10 11101000 1011110 1001001

Color Harmonies of #7A8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8BFB

Black with #7A8BFB

Text Example


Text Example

White with #7A8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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