Html Css Color HEX #968FDA Blue Bell

📋 copy color: '#968FDA'

red 150 ◦ green 143 ◦ blue 218

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

Shades of Blue Bell #968FDA

Tints of Blue Bell #968FDA

RGB

 RED value IS 150 (58.98% from 255) = 29.35%

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 29.35%
G = 27.98%
B = 42.66%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#968FDA (or 0x968FDA) is known color: Blue Bell. HEX triplet: 96, 8F and DA. RGB value is (150,143,218). Sum of RGB (Red+Green+Blue) = 150+143+218=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #968FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FDA is #697025. Grayscale: #999999. Windows color (decimal): -6909990 or 14323606. OLE color: 14323606.

HSL color Cylindrical-coordinate representation of color #968FDA: hue angle of 245.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968FDA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 143 218 -
CMYK 0.31 0.34 0 0.15
HSL 245.6º 0.5% 0.71% -
HSV(B) 245.6º 0.34% 0.85% -
XYZ 35.06 31.19 70.5 -
YUV 153.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 150 143 218 0.31 0.34 0 0.15 245.6 0.5 0.71
Hex 96 8F DA 1F 22 0 F F6 32 47
Octal 226 217 332 37 42 0 17 366 62 107
Binary 10010110 10001111 11011010 11111 100010 0 1111 11110110 110010 1000111

Color Harmonies of #968FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968FDA

Black with #968FDA

Text Example


Text Example

White with #968FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968FDA; }

 p { color: rgb(150,143,218); }

 H1.HeaderClassName
 {
   color: #968FDA;
 }
 .AnyTagClassName
 {
   color: #968FDA;
 }
</style>

background-color css

<style>
 a { background-color: #968FDA; }

 a { background-color: rgb(150,143,218); }

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

border-color css

<style>
 span { border-color: #968FDA; }

 span { border-color: rgb(150,143,218); }

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