Html Css Color HEX #7D93FB Cornflower Blue

📋 copy color: '#7D93FB'

red 125 ◦ green 147 ◦ blue 251

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

Shades of Cornflower Blue #7D93FB

Tints of Cornflower Blue #7D93FB

RGB

 RED value IS 125 (49.22% from 255) = 23.9%

 GREEN value IS 147 (57.81% from 255) = 28.11%

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

R = 23.9%
G = 28.11%
B = 47.99%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D93FB (or 0x7D93FB) is known color: Cornflower Blue. HEX triplet: 7D, 93 and FB. RGB value is (125,147,251). Sum of RGB (Red+Green+Blue) = 125+147+251=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D93FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D93FB is #826C04. Grayscale: #979797. Windows color (decimal): -8547333 or 16487293. OLE color: 16487293.

HSL color Cylindrical-coordinate representation of color #7D93FB: hue angle of 229.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D93FB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 147 251 -
CMYK 0.50 0.41 0 0.02
HSL 229.52º 0.94% 0.74% -
HSV(B) 229.52º 0.5% 0.98% -
XYZ 36.3 32.19 95.57 -
YUV 152.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 125 147 251 0.50 0.41 0 0.02 229.52 0.94 0.74
Hex 7D 93 FB 32 29 0 2 E6 5E 4A
Octal 175 223 373 62 51 0 2 346 136 112
Binary 1111101 10010011 11111011 110010 101001 0 10 11100110 1011110 1001010

Color Harmonies of #7D93FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D93FB

Black with #7D93FB

Text Example


Text Example

White with #7D93FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,251); }

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

background-color css

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

 a { background-color: rgb(125,147,251); }

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

border-color css

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

 span { border-color: rgb(125,147,251); }

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