Html Css Color HEX #7A8BFD Cornflower Blue

📋 copy color: '#7A8BFD'

red 122 ◦ green 139 ◦ blue 253

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

Shades of Cornflower Blue #7A8BFD

Tints of Cornflower Blue #7A8BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 23.74%
G = 27.04%
B = 49.22%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A8BFD (or 0x7A8BFD) is known color: Cornflower Blue. HEX triplet: 7A, 8B and FD. RGB value is (122,139,253). Sum of RGB (Red+Green+Blue) = 122+139+253=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A8BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BFD is #857402. Grayscale: #929292. Windows color (decimal): -8745987 or 16616314. OLE color: 16616314.

HSL color Cylindrical-coordinate representation of color #7A8BFD: hue angle of 232.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8BFD is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 139 253 -
CMYK 0.52 0.45 0 0.01
HSL 232.21º 0.97% 0.74% -
HSV(B) 232.21º 0.52% 0.99% -
XYZ 34.99 29.69 96.82 -
YUV 146.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 122 139 253 0.52 0.45 0 0.01 232.21 0.97 0.74
Hex 7A 8B FD 34 2D 0 1 E8 61 4A
Octal 172 213 375 64 55 0 1 350 141 112
Binary 1111010 10001011 11111101 110100 101101 0 1 11101000 1100001 1001010

Color Harmonies of #7A8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8BFD

Black with #7A8BFD

Text Example


Text Example

White with #7A8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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