Html Css Color HEX #7F8FFA Cornflower Blue

📋 copy color: '#7F8FFA'

red 127 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #7F8FFA

Tints of Cornflower Blue #7F8FFA

RGB

 RED value IS 127 (50% from 255) = 24.42%

 GREEN value IS 143 (56.25% from 255) = 27.5%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 24.42%
G = 27.5%
B = 48.08%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F8FFA (or 0x7F8FFA) is known color: Cornflower Blue. HEX triplet: 7F, 8F and FA. RGB value is (127,143,250). Sum of RGB (Red+Green+Blue) = 127+143+250=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F8FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8FFA is #807005. Grayscale: #959595. Windows color (decimal): -8417286 or 16420735. OLE color: 16420735.

HSL color Cylindrical-coordinate representation of color #7F8FFA: hue angle of 232.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F8FFA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 143 250 -
CMYK 0.49 0.43 0 0.02
HSL 232.2º 0.92% 0.74% -
HSV(B) 232.2º 0.49% 0.98% -
XYZ 35.83 31.06 94.55 -
YUV 150.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 127 143 250 0.49 0.43 0 0.02 232.2 0.92 0.74
Hex 7F 8F FA 31 2B 0 2 E8 5C 4A
Octal 177 217 372 61 53 0 2 350 134 112
Binary 1111111 10001111 11111010 110001 101011 0 10 11101000 1011100 1001010

Color Harmonies of #7F8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8FFA

Black with #7F8FFA

Text Example


Text Example

White with #7F8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,143,250); }

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

background-color css

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

 a { background-color: rgb(127,143,250); }

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

border-color css

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

 span { border-color: rgb(127,143,250); }

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